Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.collections.uiTypes--types

This contribution is part of XML component org.nuxeo.ecm.collections.uiTypes inside nuxeo-platform-collections-jsf-7.10-HF01.jar /OSGI-INF/collection-ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="Collections">
          <label>Collections</label>
          <description/>
          <default-view>view_documents</default-view>
          <icon>/icons/collection.png</icon>
          <bigIcon>/icons/collection_100.png</bigIcon>
          <category>Collaborative</category>
          <description>Folder.description</description>
          <default-view>view_documents</default-view>
          <subtypes>
            <type>Collection</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    Folder.description

  • <type id="Collection">
          <label>Collection</label>
          <description/>
          <default-view>view_documents</default-view>
          <icon>/icons/collection.png</icon>
          <bigIcon>/icons/collection_100.png</bigIcon>
          <category>Collaborative</category>
          <description>Folder.description</description>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="collectionContent">
            <contentView showInExportView="false">collection_content_contentview</contentView>
          </contentViews>
        </type>

    Folder.description

  • <type id="Folder">
          <subtypes>
            <type>Collection</type>
          </subtypes>
        </type>
  • <type id="Workspace">
          <subtypes>
            <type>Collection</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="Collections">
      <label>Collections</label>
      <description/>
      <default-view>view_documents</default-view>
      <icon>/icons/collection.png</icon>
      <bigIcon>/icons/collection_100.png</bigIcon>
      <category>Collaborative</category>
      <description>Folder.description</description>
      <default-view>view_documents</default-view>
      <subtypes>
        <type>Collection</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="Collection">
      <label>Collection</label>
      <description/>
      <default-view>view_documents</default-view>
      <icon>/icons/collection.png</icon>
      <bigIcon>/icons/collection_100.png</bigIcon>
      <category>Collaborative</category>
      <description>Folder.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="collectionContent">
        <contentView showInExportView="false">collection_content_contentview</contentView>
      </contentViews>
    </type>

    <type id="Folder">
      <subtypes>
        <type>Collection</type>
      </subtypes>
    </type>
    <type id="Workspace">
      <subtypes>
        <type>Collection</type>
      </subtypes>
    </type>
  </extension>